From 8b473c82aa71ec47f27c7d68f654b40d3067f8e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20H=C3=A4rdeman?= Date: Sun, 27 Jul 2025 00:44:15 +0200 Subject: [PATCH] bind: update wording in Config.in MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit And make it less imperative to match the tone of the rest of the configuration directives. Also, fix a typo. Signed-off-by: David Härdeman --- net/bind/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/bind/Config.in b/net/bind/Config.in index f36d0a3e35..38f5f728ef 100644 --- a/net/bind/Config.in +++ b/net/bind/Config.in @@ -36,10 +36,10 @@ config BIND_ENABLE_DOH config BIND_ENABLE_GSSAPI bool default n - prompt "Include GSSPAI support in bind" + prompt "Include GSSAPI support in bind" help BIND 9 supports GSSAPI. This depends on libcomerr and krb5-libs. - Disable it by default as krb5-libs is rather large. + Disabled by default as krb5-libs is rather large. endif -- 2.30.2